home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineSprite_1222 / frame_1 / DoAction_3.as < prev    next >
Encoding:
Text File  |  2010-04-12  |  305 b   |  14 lines

  1. createEmptyMovieClip("loadfunc",this.getNextHighestDepth());
  2. loadfunc.onEnterFrame = function()
  3. {
  4.    if(_root.skill._visible == 1)
  5.    {
  6.       skillnameshow();
  7.       skillimgshowfunc1();
  8.       skillimgshowfunc2();
  9.       skillimgshowfunc3();
  10.       skillimgshowfunc4();
  11.       enabler();
  12.    }
  13. };
  14.